home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / lightsprites.swf / scripts / frame_20 / PlaceObject2_800_142 / CLIPACTIONRECORD onClipEvent(load).as < prev   
Encoding:
Text File  |  2007-09-27  |  219 b   |  9 lines

  1. onClipEvent(load){
  2.    if(_global.musicOn == true)
  3.    {
  4.       _global.myMusicPlayer.SetTrack("titleMusic");
  5.       _global.myMusicPlayer.SetMaxVolume(100);
  6.       _global.myMusicPlayer.PlayWithCrossFade(4);
  7.    }
  8. }
  9.